Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix the docs.rs build #682

Merged
merged 3 commits into from
Dec 14, 2023
Merged

Conversation

sholderbach
Copy link
Member

  • Exclude the clipboard feature for docs.rs builds
  • Fix hyperlink formatting

The 0.27.0 docs.rs build failed as the `xcb` crate build.rs failed in
the docs.rs sandbox.

Exclude the clipboard feature for now and only enable:
- `bashisms`
- `external_printer`
- `sqlite` (should be pretty similar to `sqlite-dynlib`)
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

Merging #682 (b1230d3) into main (ff5fdb0) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #682   +/-   ##
=======================================
  Coverage   49.17%   49.17%           
=======================================
  Files          46       46           
  Lines        7924     7924           
=======================================
  Hits         3897     3897           
  Misses       4027     4027           
Files Coverage Δ
src/edit_mode/vi/parser.rs 96.01% <ø> (ø)
src/engine.rs 4.99% <ø> (ø)
src/external_printer.rs 0.00% <ø> (ø)
src/history/item.rs 44.89% <ø> (ø)
src/history/sqlite_backed.rs 74.75% <ø> (ø)
src/terminal_extensions/bracketed_paste.rs 23.80% <ø> (ø)
src/terminal_extensions/kitty.rs 18.51% <ø> (ø)
src/terminal_extensions/mod.rs 0.00% <ø> (ø)

@sholderbach sholderbach merged commit ea83904 into nushell:main Dec 14, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant